curl --request DELETE \
--url http:///%7B{baseurl}%7D/api/v1/management/action-classes/{actionClassId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"createdAt": "2024-04-23T08:58:47.507Z",
"description": null,
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvc5m82c000z494jkvnw1gh0",
"name": "My Action from Postman",
"noCodeConfig": null,
"type": "code",
"updatedAt": "2024-04-23T08:58:47.507Z"
}
}
Deletes an existing action class
curl --request DELETE \
--url http:///%7B{baseurl}%7D/api/v1/management/action-classes/{actionClassId} \
--header 'x-api-key: <x-api-key>'
{
"data": {
"createdAt": "2024-04-23T08:58:47.507Z",
"description": null,
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvc5m82c000z494jkvnw1gh0",
"name": "My Action from Postman",
"noCodeConfig": null,
"type": "code",
"updatedAt": "2024-04-23T08:58:47.507Z"
}
}
OK
The response is of type object
.
Was this page helpful?